runtime.iface.tab (field)
9 uses
runtime (current package)
alg.go#L156: tab := a.tab
alg.go#L301: if a.tab == nil {
alg.go#L304: t = a.tab.Type
alg.go#L383: return x.tab == y.tab && ifaceeq(x.tab, x.data, y.data)
mfinal.go#L249: (*iface)(r).tab = assertE2I(ityp, (*eface)(r)._type)
print.go#L260: print("(", i.tab, ",", i.data, ")")
runtime2.go#L206: tab *itab
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |